home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (C) 1994 Marc Parmet.
- * This file is part of the Macintosh port of GNU Emacs.
- *
- * GNU Emacs is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
- #include <Types.h>
- #include <Memory.h>
- #include <Processes.h>
- #include <GestaltEqu.h>
- #include "kbd-patch-data.h"
-
- pascal short
- emacs_kbd_gestalt_dispatch(OSType selector,long *response)
- {
- *response = PATCH_MAGIC;
- return noErr;
- }
-